home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global act
- if act = 0 then
- if rollOver(27) or rollOver(28) then
- cursor([901, 902])
- else
- HotSpots(2, 3, "..\som\Hotpeopl.wav")
- HotSpots(4, 5, "..\som\Hothoras.wav")
- HotSpots(6, 7, "..\som\Hotmusic.wav")
- HotSpots(8, 9, "..\som\Hotspace.wav")
- HotSpots(10, 11, "..\som\Hotdrink.wav")
- HotSpots(17, 26)
- end if
- end if
- if act = 1 then
- if rollOver(32) or rollOver(33) then
- cursor([901, 902])
- else
- cursor(-1)
- end if
- end if
- Loopframe()
- end
-